@import url('https://fonts.googleapis.com/css2?family=Aleo&family=Special+Elite&display=swap');

body {
    background-color: yellow;
}

h3 {
    font-family: 'Special Elite', cursive;
    font-size: 25px;
}

h5, p, a{
    font-family: 'Aleo', serif;
}

.contenedor1 {
    width: 600px;
    background-color: white;
    margin: 50px auto 50px auto;
    padding: 20px;
    border: 2px solid black;
    border-radius: 8px;
    text-align: center;
}

.fotoD {
    border: 2px solid gray;
}